home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / dev / c / c++2latex.lha / c++2latex / README.AMIGA < prev    next >
Text File  |  2001-04-08  |  888b  |  38 lines

  1.     ==============
  2.     c++2latex V2.0
  3.     Amiga version
  4.     16-may-92
  5.     ==============
  6.  
  7. This version was ported by Lars Magnus Nordeide
  8. using SAS/C V5.10a.
  9.  
  10. See the diffs for the changes in c++2latex.l and main.c.
  11. The files alloca.c and allocate.c has been added because
  12. the Amiga haven't got alloca(). I have also replaced
  13. getopt.h, getopt.c and getopt1.c with newer versions.
  14. This distribution contains an Amiga executable.
  15.  
  16. If you are using it on non-C++ files (i.e. ansi-c) you must
  17. either use the -a option as in 'c++2latex -a file.c', or you
  18. can make a copy of c++2latex with the name c2latex and use
  19. that instead. Ex. 'c2latex file.c'. If you are using
  20. AmigaDOS V2.x you can use makelink instead of copy.
  21.  
  22. Adress:
  23.    Lars Magnus Nordeide
  24.    Odinsgate 8
  25.    N-4300 SANDNES
  26.    NORWAY
  27.  
  28. email:
  29.    larsm@ii.uib.no
  30.  
  31. Share and enjoy.
  32.  
  33. Release 2
  34. - Amiga version string added
  35.  
  36. Release 4
  37. - getopt updated
  38.